﻿@charset "utf-8";
/**top**/
.topWrap_wc{
	width: 100%;
	z-index: 100;
	min-width: 960px;
	background: #fff;
}
.topWrap_wc1{
    position: fixed;
    top: 0;
    left: 0;
}
.header{
	float: left;
	width: 100%;
	height: 108px;
	margin: 0 auto;
	background: #fff;
}
.header .logo img{
	margin-top: 27px;
	float: left;
	padding-left: 10px;
}
.headfr {
	*width: 320px;
	_width: 320px;
}
.headfr .headfr_tb{
	font-size: 12px;
	color: #808080;
	line-height: 25px;
	text-align: right;
}
.headfr .headfr_tb a{
	color: #808080;
}
.headfr .headfr_tb a:hover{
	color: #e13c3c;
}
.headfr .headfr_tb b{
	display: inline-block;
	padding: 0 5px;
}
.headfr .headfr_bm{
	margin-top: 18px;
}
.headfr .headfr_bm .tel{
	color: #282320;
	font-size: 30px;
	display: block;
	float: left;
	font-weight: 600;
	height: 32px;
	line-height: 54px;
}
.headfr .headfr_bm .tel img{
	padding-right: 6px;
	float: left;
}
.headfr .headfr_bm .chat{
	float: right;
	margin-left: 30px;
}
.headfr .headfr_bm .chat a{
	display: inline-block;
	padding-left: 5px;
}
#webchat_ico{
    width: 40px;
    position: relative;
}
#QR_code{
	float: right;
    width: 200px;
    height: 200px;
    display: none;
    position: absolute;
    z-index: 1000;
    margin-left: -80px;
    top:100px;
}

/**nav**/
.nav_wc{
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	background: rgba(225,60,60,.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aae13c3c',endColorstr='#aae13c3c');      /*IE6,IE7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#aae13c3c', endColorstr='#aae13c3c')";      /*IE8*/
}
.nav_wc ul{
	float: left;
	width: 100%;
}
.nav_wc ul li{
	float: left;
}
.nav_wc ul li a{
	color: #fff;
	    display: block;
	padding: 0 39.5px;
}
.nav_wc ul li a:hover{
	background: #fff;
	color: #e13c3c;

}
.nav_wc ul li a.cur{
	background: #fff;
	color: #e13c3c;
}

/**banner**/
.bannerWrap_wc{
	width: 100%;
	padding-top: 0px;
	_padding-top: 0px;
}
.banner{
	width: 100%;
	margin: 0 auto;
	background: #f0f0f0;
	padding-bottom: 35px;
}
.ban_tp{
	width: 100%;
	color: #3f3f3f;
}
.ban_tp .banL{
	margin-left: 50px;
	margin-top: 65px;
	width: 460px;
}
.ban_tp .banL h2{
	font-size: 24px;
}
.ban_tp .banL h3{
	font-size: 40px;
	line-height: 40px;
	padding: 10px 0 6px;
}
.ban_tp .banL h3 i{
	font-size: 24px;
}
.ban_tp .banL h4{
	font-size: 18px;
}
.ban_tp .banL .intro{
	padding-top: 20px;
	font-size: 14px;
}
.ban_tp .banL .intro span{
	display: block;
	padding: 3px 0;
}
.ban_tp .banL .intro .in_fl{
	width: 208px;
}
.ban_tp .banR{
	margin-top: 40px;
	margin-right: 18px;
}
.know{
	display: block;
	font-size: 18px;
	color: #fff;
	width: 150px;
	height: 45px;
	margin: 0 auto;
	line-height: 45px;
	background: #4595e6;
	text-align: center;
}
.know:hover{
	background: #62acf6;
}

/**产品展示**/
.productWrap_wc{
	width: 100%;
	height: auto;
	margin-top: 35px;
}
.product_tp{
	color: #3F3F3F;
	text-align: center;
}
.product_tp h2{
	font-size: 26px;
color: #d92121;
}
.product_tp h3{
	font-size: 36px;
	padding: 5px 0;
}
.product_tp h4{
	font-size: 18px;
}
.product_bm{
	text-align: center;
	background: url(../images/pic2.png) no-repeat center;
	height: 477px;
	width: 587px;
	margin: 0 auto;
	border: 1px solid #fff;
	margin-top: 50px;
	position: relative;
}

/**焦点图切换**/
.slideBox{ 
	width:545px; 
	height:311px; 
	position:relative;
	margin: 20px auto 0;
}
.slideBox #prev {
	position: absolute;
	top: 50%;
	left: -30%;
	z-index: 9;
	width: 42px;
	height: 64px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -32px;
	background: url(../images/left.png) no-repeat;
}
.slideBox #next {
	position: absolute;
	top: 50%;
	right: -30%;
	z-index: 9;
	width: 42px;
	height: 64px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -32px;
	background: url(../images/right.png) no-repeat;
}

/**产品展示**/
.caseWrap_wc{
	width: 100%;
	height: auto;
	margin-top: 65px;
}
.vedio{
width:600px;
height:338px;
display:block;
background:url(../images/playbg.jpg) no-repeat;
margin:0 auto;
}
.case{
	background: #f5f5f5;
	text-align: center;
	color: #3F3F3F;
	padding: 35px 0;
}
.case h3{
	font-size: 36px;
}
.case h4{
	font-size: 18px;
	padding: 5px 0;
}
.case a{
	display: block;
	color: #4595e5;
	font-size: 18px;
	text-decoration: underline;
}
.case a:hover{
	color: #62ACF6;
}
.case img{
	display: block;
	text-align: center;
	margin: 40px auto 0;
}

/**系统功能特点**/
.systemWrap_wc{
	width: 100%;
	height: auto;
}
.system h3{
	text-align: center;
	color: #3F3F3F;
	font-size: 36px;
	padding: 45px 0;
}
.sys_ul{
	width: 100%;
	margin: 0 auto;
    width: 960px;
}
.sys_ul ul{
	float: left;
	width: 100%;
}
.sys_ul ul li{
	float: left;
	width: 274px;
	margin: 0 23px;
	_margin: 0 19.5px;
	position: relative;
	padding-bottom: 70px;
}
.sys_ul ul li i{
	width: 62px;
	height: 62px;
	display: block;
	float: left;
	margin-top: 45px;
	background: url(../images/ico6.png) no-repeat;
}
.sys_ul ul li i.ico1{
	background-position: 0 0;
}
.sys_ul ul li i.ico2{
	background-position: 0 -65px;
}
.sys_ul ul li i.ico3{
	background-position: 0 -130px;
}
.sys_ul ul li i.ico4{
	background-position: 0 -195px;
}
.sys_ul ul li i.ico5{
	background-position: 0 -260px;
}
.sys_ul ul li i.ico6{
	background-position: 0 bottom;
}
.sys_ul ul li .sys_in{
	float: left;
	width: 200px;
	color: #4e4e4e;
	font-size: 14px;
	margin-left: 12px;
}
.sys_ul ul li .sys_in h2{
	font-size: 20px;
	padding: 4px 0;
}
.sys_ul ul li .sys_in p{
	line-height: 24px;
}
.sys_ul ul li .sys_in p b{
	color: #d92121;
}

/**不同需求**/
.needWrap_wc{
	margin: 0 auto;
}
.needWrap_wc .case a{
	color: #d92121;
}
.needWrap_wc .case a:hover{
	color: #d92121;
}
.needWrap_wc .case a.consult{
	display: block;
	font-size: 18px;
	color: #fff;
	width: 140px;
	height: 45px;
	margin: 0 auto;
	line-height: 45px;
	background: #4595e6;
	text-align: center;
	text-decoration: none;
	margin-top: 65px;
}
.needWrap_wc .case a.consult:hover{
	background: #62ACF6;
}

/**资质**/
.aptitudeWrap_wc{
	width: 100%;
	height: auto;
	margin-top: 40px;
}
.aptitude h3{
	font-size: 36px;
	color: #3F3F3F;
	text-align: center;
}
.aptit{
	width: 92%;
	margin: 45px 4% 0;
}
.aptitL ul li{
	line-height: 30px;
	font-size: 16px;
}
.aptitL ul li i{
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	color: #3f3f3f;
}
.aptitL ul li i.ico{
	background: url(../images/ico7.png) no-repeat;
}
.aptit .aptitR span{
	margin-left: 45px;
}

/**客户**/
.customerWrap_wc{
	width: 100%;
	height: auto;
	margin-top: 40px;
}
.customer h3{
	font-size: 36px;
	color: #3F3F3F;
	text-align: center;
}
.customer .customer_ul{
	padding: 0 42px;
	margin-top: 45px;
}
.customer .customer_ul ul{
	float: left;
	width: 100%;
}
.customer .customer_ul li{
	float: left;
	margin: 0 32px 28px 0;
}
.customer .customer_ul li img{
	border: 1px solid #cdcdcd;
}
.customer .customer_ul li:hover img{
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.customer .mashang{
	display: block;
	font-size: 18px;
	color: #fff;
	width: 190px;
	height: 45px;
	margin: 0 auto;
	line-height: 45px;
	background: #4595e6;
	text-align: center;
	margin-top: 20px;
}
.customer .mashang:hover{
	background: #62ACF6;
}

/**问题**/
.questionWrap_wc{
	width: 100%;
	height: auto;
	margin-top: 55px;
}
.question{
	width: 92%;
	float: left;
	background: #f5f5f5;
	padding: 35px 4% 40px 4%;
	border-bottom: 1px solid #cdcdcd;
}
.question .advice,.question .problem{
	width: 415px;
}
.question .tit{
	font-size: 20px;
	color: #000;
	width: 100%;
	line-height: 40px;
	border-bottom: 1px solid #989898;
}
.question .advice .adv_con{
	width: 100%;
	height: auto;
	float: left;
}
.adv_con ul{
	width: 100%;
	float: left;
}
.adv_con ul li{
	float: left;
	width: 100%;
	font-size: 14px;
	border-bottom: 1px dashed #b5b5b5;
}
.adv_con ul li a{
	display: block;
	color: #000;
	width: 100%;
	height: 39px;
	line-height: 39px;
}
.adv_con ul li a:hover{
	color: #e13c3c;
}
.adv_con ul li a b{
	color: #d92121;
}
.adv_con ul li a span.fr{
	font-size: 12px;
}
.question .problem .pro_con{
	width: 100%;
	height: auto;
	float: left;
}
.pro_con ul{
	width: 100%;
	float: left;
}
.pro_con ul li{
	float: left;
	width: 100%;
	font-size: 14px;
	border-bottom: 1px dashed #b5b5b5;
}
.pro_con ul li a{
	display: block;
	color: #000;
	width: 100%;
	height: 65px;
	line-height: 65px;
}
.pro_con ul li a img{
	vertical-align: middle;
	display: inline-block;
	padding: 0 15px;
}
.pro_con ul li a:hover{
	color: #e13c3c;
}

/**友情链接**/
.linkWrap_wc{
	width: 100%;
	height: auto;
}
.link_wc{
	width: 94%;
	margin: 0 3%;
	float: left;
	padding: 5px 0;
}
.share .share_img{
	margin-right: 8px;
	margin-top: 6px;
}
.link {
	*width: 610px;
	_width: 610px;
	width: 570px;
}
.link .link_img{
	float: left;
	padding-right: 5px;
	margin-top: 6px;
}
/*.link {
	*width: 610px;
	_width: 610px;
	border: 1px solid red;
}
.link .link_img{
	float: left;
	padding-right: 15px;
}
.link .bd{
	float: left;
	width: 550px;
	height: auto;
	padding-right: 25px;
}
.link .bd .infoList li img{
	padding-right: 15px;
}
.link .bd .infoList li a{
	color: #888;
	font-size: 12px;
	padding-right: 10px;
}
.link .bd .infoList li a:hover{
	color: #e13c3c;
}
.link .hd {
	float: right;
}
.link .hd a{ 
	display:block;  
	width:9px; 
	height:8px; 
	margin-top: 4px;
	cursor:pointer; 
}
.link .hd a.next{
	background: url(../img/ico11.png) no-repeat;
}
.link .hd a.prev{ 
	background: url(../img/ico12.png) no-repeat;
}*/
#scrollDiv {
    margin-left: 30px;
    overflow: auto;
	margin-top: 6px;
}
.scrollText {
    width: 520px;
    height: 30px;
    min-height: 30px;
    line-height: 30px;
    float: left;
    overflow: hidden;
}
.scrollText ul{
	width: 100%;
	float: left;
}
.scrollText li {
    height: 30px;
    display: block;
    float: left;
    font-size: 12px;
}
.scrollText li a {
    color: #888;
    padding: 0 8px;
    display: block;
}
.up {
    margin-left: 520px;
    width: 9px;
    height: 8px;
    overflow: hidden;
    margin-top: 6px;
    margin-bottom: 3px;
    background: url(../images/ico11.png) no-repeat;
    cursor: pointer;
}
.down {
    margin: 0px 0px 0px 520px;
    width: 9px;
    height: 8px;
    overflow: hidden;
    background: url(../images/ico12.png) no-repeat;
    cursor: pointer;
}

/**footer**/
.footerWrap{
	width: 100%;
	/* height: 240px; */
	height: auto;
	background: #464646;
	min-width: 960px;
}
.footer{
	float: left;
	width: 100%;
}
.footer .footL{
	margin-top: 30px;
	color: #d9d9d9;
	font-size: 14px;
	width: 550px;
}
.footer .footL ul li {
	text-align: left;
	text-indent: 40px;
	width: 33.333%;
	float: left;
}
.footer .footL ul li h2{
	border-bottom: 1px solid #a6a6a6;
	line-height: 30px;
	font-weight: bold;
}
.footer .footL ul li a{
	display: block;
	color: #a6a6a6;
	font-size: 12px;
	line-height: 22px;
}
.footer .footL ul li a:hover{
	color: #fff;
}
.footer .footL p{
	font-size: 12px;
	color: #a6a6a6;
	text-indent: 40px;
	width: 100%;
	margin-top: 30px;
	float: left;
}
.footer .footR {
	margin-top: 55px;
}
.footer .footR .tel_pho{
	float: right;
	color: #b2b2b2;
}
.footer .footR .tel_pho h2{
	font-size: 14px;
}
.footer .footR .tel_pho p{
	font-size: 28px;
	margin-top: 10px;
}
.footer .footR .tel_pho a.zixun{
	font-size: 16px;
	color: #b2b2b2;
	display: inline-block;
	line-height: 24px;
	padding: 6px 18px 6px 50px;
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	margin-top: 18px;
	background: url(../images/ico13.png) no-repeat 18px;
}
.footer .footR .tel_pho a.zixun:hover{
	border: 1px solid #fff;
	color: #fff;
}
.footer .footR .weixin{
	float: right;
	margin-left: 25px;
}
/**返回顶部**/
.floatright {
	width: 36px; 
	height: 36px;  
	position: fixed;
	_position: absolute;  
	right: 2%; 
	bottom: 5%; 
	z-index: 99;
	display: none;
	cursor: pointer;
}
.floatright a { display: block;}
.floatright a i { 
	width: 36px; 
	height: 36px; 
	display: block; 
	background: url(../images/go_top.png) no-repeat;
}
